home *** CD-ROM | disk | FTP | other *** search
/ PC User 2002 April / Disc 2 / PCUSER0402D2.iso / software / utils / files / wincron.exe / data1.cab / Sample_Scripts / quote_test.tg < prev    next >
Encoding:
Text File  |  2001-10-20  |  724 b   |  24 lines

  1. ## quote_test.tg
  2. # Part of the standard regression tests, this script tests the quote processing.
  3. {
  4.     -start 
  5.     -name quote_test
  6.  
  7.     -action -print "This string should contain breakchars ',' and extra spaces '   '."
  8.     -action -print This string should not contain breakchars ',' and extra spaces '   '.
  9.     -action -print "ill formed with leading double quote ',' '   '.
  10.     -action -print ill formed with trailing double quote ',' '   '."
  11.     -action -print ill formed with embedded double quote " ',' '   '.
  12.     -action -print contains '   'a'   ' "A'   'substring" done.
  13.     -action -print ""
  14.     -action -print "
  15.     -action -print ".
  16.     -action -print ."
  17.     -action -print "**     Done!     **"
  18.  
  19. #    -action -inc 0 0 0 1
  20. }
  21.  
  22.  
  23.